qtbase-opensource-src.git
6 years ago[PATCH] MySQL: Free the results when QSqlQuery::finished() is called
Daniel Vrátil [Sat, 1 Dec 2018 16:56:41 +0000 (17:56 +0100)]
[PATCH] MySQL: Free the results when QSqlQuery::finished() is called

Calling mysql_stmt_free_result() frees the results of the last
executed query while keeping the prepared statement valid. This
allows one to keep around prepared QSqlQueries without the overhead
of keeping all the results in memory.

Change-Id: I4589e90857cc4e9a6f9612799bfca967a67e2ab2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Gbp-Pq: Name mysql_free_results_when_qsqlquery_finished_is_called.patch

6 years agoqtbase-opensource-src (5.12.5+dfsg-9) unstable; urgency=medium
Dmitry Shachnev [Thu, 27 Feb 2020 13:52:19 +0000 (13:52 +0000)]
qtbase-opensource-src (5.12.5+dfsg-9) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Backport upstream patch to add an expansion limit for XML entities
    (CVE-2015-9541, closes: #951066).
    - Add two new symbols to debian/libqt5core5a.symbols.

  [ Helmut Grohne ]
  * qmake cross wrapper should pass QMAKE_STRIP. (Closes: #950507)

[dgit import unpatched qtbase-opensource-src 5.12.5+dfsg-9]

6 years agoImport qtbase-opensource-src_5.12.5+dfsg-9.debian.tar.xz
Dmitry Shachnev [Thu, 27 Feb 2020 13:52:19 +0000 (13:52 +0000)]
Import qtbase-opensource-src_5.12.5+dfsg-9.debian.tar.xz

[dgit import tarball qtbase-opensource-src 5.12.5+dfsg-9 qtbase-opensource-src_5.12.5+dfsg-9.debian.tar.xz]

6 years agoImport qtbase-opensource-src_5.12.5+dfsg.orig.tar.xz
Dmitry Shachnev [Fri, 13 Sep 2019 07:35:33 +0000 (08:35 +0100)]
Import qtbase-opensource-src_5.12.5+dfsg.orig.tar.xz

[dgit import orig qtbase-opensource-src_5.12.5+dfsg.orig.tar.xz]